Details
-
Type:
Sub-task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 3.2
-
Component/s: Compiler: Optimizing
-
Labels:None
-
Number of attachments :
Description
By turning off null checks and bounds checks we can reduce the amount of code in the boot image slightly.
I have attached two patches. One to fix the nobounds/nonullcheck options that failed for me due to missing guards, and a second to turn off the checks within uninterruptible code.
My very quick test for production indicated we could save a little over 1MB.
Issue Links
- depends upon
-
RVM-115
Finish removing all uses of LogicallyUninterruptible
-
Is there any reason these patches haven't been applied?