summaryrefslogtreecommitdiff
path: root/ext/objspace
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-26 07:57:44 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-26 07:57:44 +0000
commit36b476cd1e24f0f0b472d86cdf422f5e2085b7f5 (patch)
tree83ea5b995bc9fdc882654d012ba3d9f347d45c69 /ext/objspace
parenta9c7629ece428e1de9119137a1b3f2e899b9d9e7 (diff)
struct iseq_compile_data_storage: 16 bytes (from 32) overhead
This reduces the iseq_compile_data_storage header from 32 to 16 bytes on 64-bit systems. pos and size fields cannot exceed 32-bit sizes due to stack size limits. Using a flexible array for the buffer also saves us 8 bytes of pointer overhead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/objspace')
0 files changed, 0 insertions, 0 deletions