
| Key: |
RVM-379
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Ian Rogers
|
| Reporter: |
Ian Rogers
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
This patch adds a map to avoid replicating OSR maps and passes pre-commit tests (I'm not claiming its sane). The patch reduces 19523 objects of size 546644bytes to 1 object of size 28bytes in the boot image (hence my worrying about its sanity). With the other objects hanging off OSR_EncodedOSRMap this represents a significant saving, if we can conclude the patch is sane.
|
|
Description
|
This patch adds a map to avoid replicating OSR maps and passes pre-commit tests (I'm not claiming its sane). The patch reduces 19523 objects of size 546644bytes to 1 object of size 28bytes in the boot image (hence my worrying about its sanity). With the other objects hanging off OSR_EncodedOSRMap this represents a significant saving, if we can conclude the patch is sane. |
Show » |
|