HfCloud (Xiangyu Shi)
- Login: HfCloud
- Registered on: 01/20/2018
- Last sign in: 11/19/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 1 | 2 |
Activity
05/29/2018
- 03:12 PM Ruby master Feature #14792: Multiple RubyVM in one process to make real multi-threading.
- Ksec (Ed Chick) wrote:
> HfCloud (Xiangyu Shi) wrote:
> > shyouhei (Shyouhei Urabe) wrote:
> > > This is what we c... - 05:56 AM Ruby master Feature #14792: Multiple RubyVM in one process to make real multi-threading.
- shyouhei (Shyouhei Urabe) wrote:
> HfCloud (Xiangyu Shi) wrote:
> > shyouhei (Shyouhei Urabe) wrote:
> > > This is... - 05:28 AM Ruby master Feature #14792: Multiple RubyVM in one process to make real multi-threading.
- shyouhei (Shyouhei Urabe) wrote:
> This is what we call the MVM feature. There has been rich amount of efforts to m... - 05:11 AM Ruby master Feature #14792 (Closed): Multiple RubyVM in one process to make real multi-threading.
- This is an old problem, maybe running multiple RubyVM is a good way, which can really run ruby code in parallel in ...
01/20/2018
- 12:01 PM Ruby master Feature #14378: Increase Fixnum range on Windows from 31 bits to 63 bits
- nobu (Nobuyoshi Nakada) wrote:
> To "fix" this, or relax this limitation, we have to replace tons of `long` in the s... - 11:29 AM Ruby master Feature #14378: Increase Fixnum range on Windows from 31 bits to 63 bits
- I'm using vs2017 and embed ruby interpreter in my game engine. In certain situation I need to use Fixnum to pass valu...
- 10:24 AM Ruby master Feature #14378 (Open): Increase Fixnum range on Windows from 31 bits to 63 bits
- On windows, start an IRB of a 64-bits ruby, enter these code:
~~~ruby
(1<<29).equal?(1<<29)
#=>true
(1<<30)....
Also available in: Atom