ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: Shyouhei Urabe <redmine@ruby-lang.org>
To: ruby-core@ruby-lang.org
Subject: [ruby-core:23685] [Backport #1562] r22674 should be backported to 1.8.6
Date: Wed, 3 Jun 2009 21:03:52 +0900	[thread overview]
Message-ID: <4a2666a5b914e_1351226e1901003e@redmine.ruby-lang.org> (raw)

Backport #1562: r22674 should be backported to 1.8.6
http://redmine.ruby-lang.org/issues/show/1562

Author: Shyouhei Urabe
Status: Open, Priority: Normal
Assigned to: Kirk Haines

IMHO revision r22674 is worth backporting to 1.8.6.
cf. http://redmine.ruby-lang.org/repositories/revision/ruby-18?rev=22674

Note that RB_GC_GUARD() is a simple macro introduced since 1.8.7.  It's as simple as:

 #define RB_GC_GUARD(v) (*(volatile VALUE *)&(v))


----------------------------------------
http://redmine.ruby-lang.org

                 reply	other threads:[~2009-06-03 12:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4a2666a5b914e_1351226e1901003e@redmine.ruby-lang.org \
    --to=ruby-core@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).