wp_get_archives() display months even if there is no posts

I’ve looked over code and it doesn’t seem possible with this function.

Months and their post counts are fetched with raw SQL query, for months without posts there are simply no records in database. It doesn’t make effort to skip empty month, it simply doesn’t get those from database.