1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool
ko1 d3f73f45d8 * insns.def: Change the operand type of setinlinecache
(OFFSET to IC).  This IC must be same as corresponding
  getinlinecache instruction's IC operand.
  This change is for a little performance improvement
  (getting IC directly) and is for the AOT compilation development.
* compile.c, iseq.c, insns.def: Change the approach to handling inline
  cahce (IC) type operand to enable the above change.
  This change also affects ISeq#to_a method.  The inline cache operand
  will be dumped by fixnum, the index of inline cache, in other words,
  inline cache identity.
* template/insns_info.inc.tmpl, tool/instruction.rb: No need to count
  inline cache size (insn_iclen()).



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-02-24 17:06:15 +00:00
..
asm_parse.rb
build-transcode
compile_prelude.rb * tool/compile_prelude.rb: fix require path. 2010-02-06 10:36:32 +00:00
config.guess * tool/config.{guess,sub}: updated to automake-1.11. 2009-09-11 02:33:32 +00:00
config.sub * tool/config.{guess,sub}: updated to automake-1.11. 2009-09-11 02:33:32 +00:00
enc-unicode.rb * tool/enc-unicode.rb, 2009-10-14 16:51:52 +00:00
eval.rb * common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand. 2010-02-08 07:23:13 +00:00
file2lastrev.rb * tool/file2lastrev.rb: executable. 2009-09-01 01:09:31 +00:00
generic_erb.rb
ifchange
insns2vm.rb
install-sh * tool/install-sh: correction by Hiro Asari. 2009-12-28 08:21:30 +00:00
instruction.rb * insns.def: Change the operand type of setinlinecache 2010-02-24 17:06:15 +00:00
make-snapshot
mdoc2man.rb
mkconfig.rb * confiure.in: new --with-ext and --with-out-ext options for extmk. 2010-02-18 13:33:25 +00:00
node_name.rb
parse.rb
rbinstall.rb removes the dtrace support. reverts r26239, r26238 and r26235. 2010-01-05 05:59:23 +00:00
rmdirs
rubytest.rb
runruby.rb
strip-rdoc.rb
transcode-tblgen.rb * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Added 2009-12-10 11:59:12 +00:00
vtlh.rb
ytab.sed