diff options
| author | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-07-26 07:57:44 +0000 |
|---|---|---|
| committer | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-07-26 07:57:44 +0000 |
| commit | 36b476cd1e24f0f0b472d86cdf422f5e2085b7f5 (patch) | |
| tree | 83ea5b995bc9fdc882654d012ba3d9f347d45c69 /ChangeLog | |
| parent | a9c7629ece428e1de9119137a1b3f2e899b9d9e7 (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 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Jul 26 16:55:18 2014 Eric Wong <e@80x24.org> + + * iseq.h (struct iseq_compile_data_storage): reduce overhead + to 16 bytes (from 32) on 64-bit + Sat Jul 26 16:28:06 2014 Eric Wong <e@80x24.org> * vm_core.h (struct rb_iseq_struct): reduce to 280 bytes |
