Gráfico de Commits

4 Commits

Autor SHA1 Mensagem Data
Jordan DeLong ae9d50eb93 Use StringData::{i,}same in FixedStringMap comparisons
So it can use the inline word-at-a-time comparison thing, but
also just shares code.

Differential Revision: D952995
2013-09-05 19:39:53 -07:00
Jordan DeLong 059ee76b62 Shrink IndexedStringMap by 8 bytes
There's 4 wasted bytes inside the FixedStringMap, which we
can reuse for IndexedStringMap's size.  Takes HPHP::Class down to 320
bytes.

Differential Revision: D953063
2013-09-05 19:39:52 -07:00
Edwin Smith 251ebf9685 Rename files in runtime/base, part 7
Differential Revision: D913883
2013-08-05 14:42:18 -07:00
bsimmers e63215987c '_' -> '-' in runtime/vm/*
To be consistent with runtime/vm/jit

Differential Revision: D906425
2013-07-31 12:25:20 -07:00