Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 15 Sep 2018 13:20:12 -0400 (EDT)
From: Benjamin Peterson <benjamin@...hon.org>
To: Rich Felker <dalias@...ifal.cx>
Cc: musl@...ts.openwall.com
Subject: Re: [PATCH] always reset DST rules during tzset

> This looks right, but is there a reason you swapped the for loop out
> for memsets?

I thought it might generate better code due to store merging. But I definitely
forgot about -ffreestanding.

My latest patch switches back to the loop.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.