[#65451] [ruby-trunk - Feature #10333] [PATCH 3/1] optimize: "yoda literal" == string — ko1@...

Issue #10333 has been updated by Koichi Sasada.

9 messages 2014/10/07

[ruby-core:65350] [ruby-trunk - misc #10249] [PATCH] set rb_event_flag_t to uint32_t

From: normalperson@...
Date: 2014-10-01 21:20:06 UTC
List: ruby-core #65350
Issue #10249 has been updated by Eric Wong.


 ko1@atdot.net wrote:
 > I'm not sure why it is valuable, but no problem to do it.
 
 Committed r47759 - This can open up some tiny data structure packing
 opportunities.  I prefer small data structures in general, as Ruby keeps
 getting bigger :<

----------------------------------------
misc #10249: [PATCH] set rb_event_flag_t to uint32_t
https://bugs.ruby-lang.org/issues/10249#change-49162

* Author: Eric Wong
* Status: Open
* Priority: Normal
* Assignee: Koichi Sasada
* Category: core
* Target version: current: 2.2.0
----------------------------------------
This ensures a consistent implementation between 32 and 64-bit
platforms, as vm_trace.c limits events to 32-bits.

This is an ABI change late in the 2.2.0 development,
I'm OK if we wait until 2.3.0 for this...


---Files--------------------------------
0001-ruby.h-set-rb_event_flag_t-to-uint32_t.patch (929 Bytes)


-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next