rubinius-compiler 3.21 → 3.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22819023864905408849646d48272bdb353eeffb
4
- data.tar.gz: a21788fb0cf9cb2f4bf67b4b385ededd3505a6b4
3
+ metadata.gz: 778517e9b5f8ab534f5378f40acf87d6ef22bf3a
4
+ data.tar.gz: 9cda1a93005d7907058f8060c74c065ecc514910
5
5
  SHA512:
6
- metadata.gz: 65c73a89e75b836ca917272fd76686d43e5e911f16a3b46de0d0ce709d4fd1d4dc1cc43ef40a089e23233d84bdccfc1f8821f4f3bad9d07c9502741d46a9e108
7
- data.tar.gz: 5dc59cc4ff598d2685d901b3d14abe599c42f1794e67506d5186a2448362ad2751c1fc5892d6ae7a679cb17d79730b23949527b3a0bfe29bc4f4c91c33e77319
6
+ metadata.gz: edfee94586c71bcd0a440deaad201b7ab8b28c5d90be10d96f084f2351a6422745673daac9a71c7df043bcd03cfcdadc65b163e41f9db628da7f82d38b328c34
7
+ data.tar.gz: 6d209408b3eab829fab1e9b4bfe033c973aeff5a4a7a7ff4a7791ded552ed7f0a727a935588e3d515466eae319f7731b1ed61826e7595b63ab6aa474abf5e41a
@@ -803,5 +803,12 @@ module CodeTools
803
803
  @instruction = 97
804
804
  end
805
805
 
806
+ def push_file
807
+ @stream << 98
808
+ @ip += 1
809
+ @current_block.add_stack(0, 1)
810
+ @instruction = 98
811
+ end
812
+
806
813
  end
807
814
  end
@@ -103,5 +103,6 @@ module Rubinius
103
103
  opcode 95, :yield_splat, :stack => [[1,1], 1], :args => [:count], :control_flow => :yield
104
104
  opcode 96, :yield_stack, :stack => [[0,1], 1], :args => [:count], :control_flow => :yield
105
105
  opcode 97, :zsuper, :stack => [1, 1], :args => [:literal], :control_flow => :next
106
+ opcode 98, :push_file, :stack => [0, 1], :args => [], :control_flow => :next
106
107
  end
107
108
  end
@@ -1,5 +1,5 @@
1
1
  module CodeTools
2
2
  class Compiler
3
- VERSION = "3.21"
3
+ VERSION = "3.22"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubinius-compiler
3
3
  version: !ruby/object:Gem::Version
4
- version: '3.21'
4
+ version: '3.22'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-02 00:00:00.000000000 Z
11
+ date: 2017-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler