阅读:4163回复:13
[Nighlty] Firefox 21.0a x64 停止了更新 ?
如题 [Nighlty] Firefox 21.0a x64 已经近一个星期没有更新了,难道真的停止开发了 ?
|
|
1楼#
发布于:2013-01-16 14:20
可能编译得不是很勤吧,不过我刚刚下载了啊
http://ftp.mozilla.org/pub/mozilla.org/ ... x86_64.zip |
|
|
2楼#
发布于:2013-01-16 14:20
|
|
3楼#
发布于:2013-01-16 14:20
话说,x86和x64的源代码是同一套么,还是说只是加了个编译器开关- -
|
|
|
4楼#
发布于:2013-01-16 14:20
|
|
|
5楼#
发布于:2013-01-16 14:20
|
|
6楼#
发布于:2013-01-16 14:20
coolypf:一个 bug ,今天就不编译了: 过几天再不修复,我就研究下怎么 backout 一系列相关的 changesets 。 ![]() ![]() ![]() |
|
7楼#
发布于:2013-01-16 14:20
我还以为tier 3是指排行老三,查了下才知道
http://www.cyberciti.biz/faq/data-cente ... -overview/ |
|
|
8楼#
发布于:2013-01-16 14:20
kmc:我还以为tier 3是指排行老三,查了下才知道 Data center 这个和 Mozilla 这里的 tier 概念还不太一样, Mozilla 这里指的是开发的优先级。 参考 https://bugzilla.mozilla.org/show_bug.cgi?id=814009#c52 |
|
9楼#
发布于:2013-01-16 14:20
|
|
|
10楼#
发布于:2013-01-16 14:20
我找到了更科学的方式: diff --git a/js/src/vm/RegExpObject.cpp b/js/src/vm/RegExpObject.cpp --- a/js/src/vm/RegExpObject.cpp +++ b/js/src/vm/RegExpObject.cpp @@ -1,15 +1,19 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=4 sw=4 et tw=99 ft=cpp: * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifdef _WIN64 +#ifdef ENABLE_YARR_JIT +#undef ENABLE_YARR_JIT +#endif +#endif + #include "frontend/TokenStream.h" #include "vm/MatchPairs.h" #include "vm/RegExpStatics.h" #include "vm/StringBuffer.h" #include "vm/Xdr.h" #include "jsobjinlines.h" diff --git a/js/src/vm/RegExpObject.h b/js/src/vm/RegExpObject.h --- a/js/src/vm/RegExpObject.h +++ b/js/src/vm/RegExpObject.h @@ -1,15 +1,19 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=4 sw=4 et tw=99 ft=cpp: * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifdef _WIN64 +#ifdef ENABLE_YARR_JIT +#undef ENABLE_YARR_JIT +#endif +#endif + #ifndef RegExpObject_h__ #define RegExpObject_h__ #include "mozilla/Attributes.h" #include <stddef.h> #include "jscntxt.h" #include "jsobj.h" |
|
11楼#
发布于:2013-01-16 14:20
看来是遇到难题了,半个月没有更新了 ……
|
|
12楼#
发布于:2013-01-16 14:20
|
|
13楼#
发布于:2013-01-16 14:20
|
|