- 16 10月, 2017 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
- 15 10月, 2017 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 09 8月, 2016 1 次提交
-
-
由 Behdad Esfahbod 提交于
This one: map->mask = (1 << (next_bit + bits_needed)) - (1 << next_bit); before the fix, the shift was done as an int, causing overflow if it ever got to 1 << 31. Sprinkle 'u's around. Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=634805
-
- 25 7月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 4月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 26 2月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
I experimented with replacing use of hb_set_digest_t with this new hb_frozen_set_t, hoping to get a huge speedup for busy lookups (like kern lookup in Roboto), but I only got 6% speendup in Roboto and 4% in NotoNastaliqUrduDraft :(.
-
- 15 8月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
In preparation for fixing: https://code.google.com/p/chromium/issues/detail?id=403594
-
- 12 12月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 07 9月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 15 5月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
Fixes previous commit's test.
-
- 03 5月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 18 4月, 2013 5 次提交
-
-
由 Behdad Esfahbod 提交于
Wasn't correct with the new combiner. I should add it back somehow, but for now the digests seem to be working very well...
-
由 Behdad Esfahbod 提交于
Was unused.
-
由 Behdad Esfahbod 提交于
Make Amiri rendering faster a whopping 45% again! Speends up pretty much anything I tested.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 17 4月, 2013 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Correctly this time.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This reverts commit 3d1b66a3. The calculations were buggy. It's not worth optimizing right now.
-
- 03 1月, 2013 2 次提交
-
-
由 Behdad Esfahbod 提交于
Fixes test-set.c
-
由 Behdad Esfahbod 提交于
Fails now. Fixing.
-
- 16 11月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 05 11月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 05 8月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 02 8月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Implement two set digests, and one that combines the two.
-
- 17 6月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 6月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 06 6月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This was causing all object types to be non-POD and have static initializers. We don't need that! Now, most nil objects just moved from .bss to .data. Fixing for that coming soon.
-
- 26 5月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 18 5月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
They can be macros on some systems. Eg. mingw32.
-