From 621da983093b0877d061c0fa081c0301ea8ffd3f Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 26 Jul 2013 10:28:26 +0000 Subject: * vm_exec.h, tool/instruction.rb: not an error, but a BUG if stack overflow checking failed just before/after the beginning of an instruction. It should be treated as a BUG. Please tell us if your code cause BUG with this problem. This check will removed soon (for performance). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8b96d58d5c..37beb6c848 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jul 26 19:25:17 2013 Koichi Sasada + + * vm_exec.h, tool/instruction.rb: not an error, but a BUG if stack + overflow checking failed just before/after the beginning of an + instruction. It should be treated as a BUG. + Please tell us if your code cause BUG with this problem. + This check will removed soon (for performance). + Fri Jul 26 18:30:14 2013 Koichi Sasada * array.c (ary_memcpy): cast to int to suppress a warning. -- cgit v1.2.3