[#80531] Re: [ruby-cvs:65407] normal:r58236 (trunk): thread.c: comments on M:N threading [ci skip] — Eric Wong <normalperson@...>
SASADA Koichi <[email protected]> wrote:
On 2017/04/02 11:35, Eric Wong wrote:
SASADA Koichi <[email protected]> wrote:
Eric Wong <[email protected]> wrote:
On 2017/05/08 9:33, Eric Wong wrote:
On 2017/05/08 10:53, SASADA Koichi wrote:
SASADA Koichi <[email protected]> wrote:
On 2017/05/08 12:01, Eric Wong wrote:
SASADA Koichi <[email protected]> wrote:
On 2017/05/08 15:36, Eric Wong wrote:
SASADA Koichi <[email protected]> wrote:
On 2017/05/09 12:38, Eric Wong wrote:
SASADA Koichi <[email protected]> wrote:
On 2017/05/09 14:12, Eric Wong wrote:
SASADA Koichi <[email protected]> wrote:
On 2017/05/09 15:23, Eric Wong wrote:
SASADA Koichi <[email protected]> wrote:
Thank you.
[#80763] [Ruby trunk Feature#13434] better method definition in C API — naruse@...
Issue #13434 has been updated by naruse (Yui NARUSE).
[#80844] [Ruby trunk Bug#13503] Improve performance of some Time & Rational methods — watson1978@...
SXNzdWUgIzEzNTAzIGhhcyBiZWVuIHVwZGF0ZWQgYnkgd2F0c29uMTk3OCAoU2hpenVvIEZ1aml0
[#80892] [Ruby trunk Misc#13514] [PATCH] thread_pthread.c (native_sleep): preserve old unblock function — ko1@...
Issue #13514 has been updated by ko1 (Koichi Sasada).
[email protected] wrote:
On 2017/04/27 8:58, Eric Wong wrote:
SASADA Koichi <[email protected]> wrote:
Eric Wong <[email protected]> wrote:
[ruby-core:80938] [Ruby trunk Bug#13175] Building --with-jemalloc on FreeBSD fails
Issue #13175 has been updated by usa (Usaku NAKAMURA). Backport changed from 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED to 2.2: REQUIRED, 2.3: DONE, 2.4: REQUIRED ruby_2_3 r58515 merged revision(s) 57490. ---------------------------------------- Bug #13175: Building --with-jemalloc on FreeBSD fails https://bugs.ruby-lang.org/issues/13175#change-64596 * Author: spil (Bernard Spil) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: 2.3.3 * Backport: 2.2: REQUIRED, 2.3: DONE, 2.4: REQUIRED ---------------------------------------- Building Ruby 2.3 on FreeBSD 11 with --with-jemalloc leads to linking issues. As of FreeBSD 10.0 jemalloc is in FreeBSD's libc and thus -ljemalloc will trigger a linktime error. Removing -ljemalloc from the linker solves the issue ```diff +@@ -4015,9 +4016,6 @@ AS_CASE(["$target_os"], + AS_CASE(["$with_gmp: $SOLIBS "], [no:* | *' -lgmp '*|*' $(LIBS) '*], [], + [SOLIBS="-lgmp $SOLIBS"]) + +-AS_CASE(["$with_jemalloc: $LIBS "], [no:* | *' -ljemalloc '*], [], +- [LIBS="-ljemalloc $LIBS"]) +- + MINIOBJS="$MINIDLNOBJ" + + AS_CASE(["$THREAD_MODEL"], ``` -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>