rubinius-compiler 3.32 → 3.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fa8885a368de235e0d26d19d57f7a816ff35b01
|
4
|
+
data.tar.gz: 75221520fb00559ce5d1334fe3953eb9718d7fec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e47a3ce6ea0796fd467292188251a4ecae589d851ee296955c2e3b7ac5ade6c428af4e77b27fc453074efc8a6fc805fb4bfd14a3ac9716302f179cf1eb7248b8
|
7
|
+
data.tar.gz: cd3a05848205c1bc4b35ecf8531d34cafcc114a8ac47db23ea06650dc525045582cb77a548f286ba9e1e46f150da1c77ff306312b2409450016ada067492ae0c
|
@@ -508,7 +508,11 @@ module CodeTools
|
|
508
508
|
end
|
509
509
|
|
510
510
|
def push_literal(literal)
|
511
|
-
|
511
|
+
super find_literal(literal)
|
512
|
+
end
|
513
|
+
|
514
|
+
def r_load_literal(reg, literal)
|
515
|
+
super reg, find_literal(literal)
|
512
516
|
end
|
513
517
|
|
514
518
|
# Minor meta operations that can be used to detect
|