[ruby-core:64907] [ruby-trunk - Feature #10219] [Open] [PATCH] time.c: DATA_PTR is never NULL

From: normalperson@...
Date: 2014-09-09 21:28:48 UTC
List: ruby-core #64907
Issue #10219 has been reported by Eric Wong.

----------------------------------------
Feature #10219: [PATCH] time.c: DATA_PTR is never NULL
https://bugs.ruby-lang.org/issues/10219

* Author: Eric Wong
* Status: Open
* Priority: Low
* Assignee: Eric Wong
* Category: core
* Target version: current: 2.2.0
----------------------------------------
Tiny improvement on my older Phenom II X4 945 system:
$ ruby --disable=gems -e '6000000.times { Time.now }'
before: 2.51user 0.00system 0:02.51elapsed 100%CPU
 after: 2.45user 0.00system 0:02.45elapsed 100%CPU

Will commit soon unless I missed something which zeros DATA_PTR.


---Files--------------------------------
0001-time.c-DATA_PTR-is-never-NULL.patch (1.4 KB)


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

In This Thread

Prev Next