FreeBSD Bugzilla – Attachment 157007 Details for
Bug 200367
[PATCH] lang/erlang: provide dirty schedulers option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch for dirty scheduler support
dirty.patch (text/plain), 1.29 KB, created by
Dave Cottlehuber
on 2015-05-21 12:22:47 UTC
(
hide
)
Description:
patch for dirty scheduler support
Filename:
MIME Type:
Creator:
Dave Cottlehuber
Created:
2015-05-21 12:22:47 UTC
Size:
1.29 KB
patch
obsolete
>commit a07c4074de5fc10c6a453db74e13677e108e7ba9 >Author: Dave Cottlehuber <dch@skunkwerks.at> >Date: Thu May 21 12:04:54 2015 +0000 > > erlang: expose dirty schedulers as an option > >diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile >index 64bfeb3..1f759cf 100644 >--- a/lang/erlang/Makefile >+++ b/lang/erlang/Makefile >@@ -31,7 +31,7 @@ PLIST_SUB= ERLANG_LIB=${ERLANG_LIB} > > MAKE_JOBS_UNSAFE=yes > >-OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX >+OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DIRTY > > GCC_DESC= Use current GCC > HIPE_DESC= Build native HiPE compiler >@@ -41,6 +41,7 @@ SMP_DESC= Enable SMP support > WX_DESC= Enable WX application > GS_DESC= Enable GS application (deprecated) > DTRACE_DESC= Enable DTrace support >+DIRTY_DESC= Enable dirty schedulers (experimental) > > OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS > OPTIONS_EXCLUDE_DragonFly= SCTP >@@ -154,6 +155,12 @@ CONFIGURE_ARGS+=--enable-sctp > CONFIGURE_ARGS+=--disable-sctp > .endif > >+.if ${PORT_OPTIONS:DIRTY} >+CONFIGURE_ARGS+=--enable-dirty-schedulers >+.else >+CONFIGURE_ARGS+=--disable-dirty-schedulers >+.endif >+ > # enabling --enable-smp-support crashes the OS when > # net_kernel:start([node_name, shortnames]) invoked repeatedly > # TODO verify if it still applies
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 200367
:
157007
|
157008