How to Enable TraceMonkey JavaScript Engine in Firefox 3.1 to Speed Up Web Browsing Response Time Как да се даде възможност TraceMonkey JavaScript двигателя при Firefox 3,1 до Speed Up уеб браузър Време

Previously we mentioned about Преди споменахме за Firefox 3.1 Beta Smart Location Bar new feature enhancement Firefox 3,1 Бета Smart Местоположение Бар нова функция, повишаване на , there is another good improvement known as TraceMonkey that is worth to be mentioned here. , Там е друго добро подобрение, известни като TraceMonkey, че си струва да бъдат споменати тук. Most software we run in computer is already compiled into binary code in advance in order to make the programs execute faster. Повечето софтуерни пускаме в компютър е вече в двоичен код в аванс, за да направи по-бързо изпълнение на програмите. However, JavaScript usually is interpreted line by line during running has caused longer time needed for responding. Въпреки това, JavaScript обикновено се тълкува линия от линията по време на движение е причинило повече време е необходимо за отговор. TaceMonkey or known as just-in-time compiler, is designed to only concentrate on translating selected high-priority portion of software. TaceMonkey или както е известно, точно навреме компилатор, е проектирана да концентрира само върху превода на разглеждане висок приоритет частта от софтуера. It finds loop of repeated activity where program often spend lot of time, then compile into native instructions the computer can understand, eventually improves the web browsing performance significantly. Той констатира отклонение на многократно активност, когато програмата често прекарват много време, а след това се съберат в родния инструкциите на компютъра може да разбере в крайна сметка подобрява значително ефективността на уеб браузъра. Although TraceMonkey is off in Firefox 3.1 by default as it is not entirely bug-free, but you can turn this feature on to have a try and to make web browsing faster by changing the value in the configuration settings with only a few simple steps. Въпреки, че TraceMonkey е изключено при Firefox 3,1 по подразбиране, тъй като не е напълно бъг-свободен, но можете да изключите тази функция, за да имат опит и да направят уеб браузъра-бързо, като промените стойността в конфигурационните настройки само с няколко прости стъпки.

Follow below steps to enable TraceMonkey in Firefox 3.1 beta version: Следвайте стъпките по-долу, за да даде възможност на TraceMonkey във Firefox 3,1 бета версия:
1) Launch Firefox browser 1) Стартиране на браузъра Firefox
2) In the location bar, type about:config then press enter 2) В местоположението бар, тип за: конфиг натиснете въведете
3) A warning page “This might void your warranty!” will be displayed. 3) предупреждение страница "Това може да ви невалиден гаранция!" Ще бъдат показани. Click “I'II be careful, I promise!” button to proceed. Кликнете върху "I'II бъдат внимателни, обещавам!" Бутона, за да продължите.
4) In the Filter textbox, type javascript.options.jit.chrome. 4) В Filter textbox, тип javascript.options.jit.chrome.
5) Double click javascript.options.jit.chrome under Preference Name to change the value from false to true. 5) Щракнете два пъти javascript.options.jit.chrome под Предпочитане име, за да промените стойността от неверни да е вярно.

Hopefully this will help you enable TraceMonkey and eventually make your net surfing a more pleasurable one with the improvement . Надяваме се това ще ви помогне да се даде възможност TraceMonkey и евентуално да ви нетна сърфинг по-удоволствие с усъвършенстването.

IMPORTANT : The page is machine translated and provided "as is" without warranty. ВАЖНО: Страницата е машина превеждам и при условие, "както е" без гаранция. Machine translation may be difficult to understand. Машинен превод може да е трудно за разбиране. Please refer to Моля, вижте original English article оригиналния английски статия whenever possible. когато е възможно.


3 Responses to “How to Enable TraceMonkey JavaScript Engine in Firefox 3.1 to Speed Up Web Browsing Response Time” 3 коментара към "Как да се даде възможност TraceMonkey JavaScript двигателя при Firefox 3,1 до Speed Up уеб браузър" Време "

  1. Butai Zhang Butai Джан
    December 23rd, 2008 19:20 23 декември, 2008 19:20
    3 3

    Recently, I tried to build the tracemonkey JavaScript engine in Firefox instead of the whole browser. Напоследък, аз се опитах да се построи tracemonkey JavaScript двигателя при Firefox вместо на целия браузър. I compiled tracemonkey-debe29698839\js\src like this: Аз съставят tracemonkey-debe29698839 \ JS \ SRC така:

    Disable JIT: Деактивиране JIT:
    make -f Makefile.ref NANOJIT_ARCH=i386 DISABLE_JIT=1 грим е Makefile.ref NANOJIT_ARCH = i386 DISABLE_JIT = 1
    Enable JIT: Разрешаване на JIT:
    make -f Makefile.ref NANOJIT_ARCH=i386 ENABLE_JIT=1 грим е Makefile.ref NANOJIT_ARCH = i386 ENABLE_JIT = 1
    (it's ENABLE_JIT not DISABLE_JIT in this case, sorry for the mistake before) (It's ENABLE_JIT не DISABLE_JIT в този случай, съжалявам за грешката преди)
    I used V8 and SunSpider benchmarks for tests. Използвах V8 и SunSpider показатели за тестове. But it seemed that there was no difference between JIT 'on' and 'off' from the results. Но това изглежда че не е имало разлика между JIT "за" и "изключване" от резултатите. I guess maybe JIT could not be turned on in the above way. Аз предполагам, може би JIT не би могло да бъде включено в по-горе начин. Do you know how to enable it? Знаете ли как да го включите?
    Thank you very much. Много благодаря.

  2. Butai Zhang Butai Джан
    December 23rd, 2008 19:09 23 декември, 2008 19:09
    2 2

    Dear Sir, Уважаеми господине,

    Recently, I tried to build the tracemonkey JavaScript engine in Firefox instead of the whole browser. Напоследък, аз се опитах да се построи tracemonkey JavaScript двигателя при Firefox вместо на целия браузър. I compiled tracemonkey-debe29698839\js\src like this: Аз съставят tracemonkey-debe29698839 \ JS \ SRC така:

    Disable JIT: Деактивиране JIT:
    make -f Makefile.ref NANOJIT_ARCH=i386 DISABLE_JIT=1 грим е Makefile.ref NANOJIT_ARCH = i386 DISABLE_JIT = 1
    Enable JIT: Разрешаване на JIT:
    make -f Makefile.ref NANOJIT_ARCH=i386 DISABLE_JIT=1 грим е Makefile.ref NANOJIT_ARCH = i386 DISABLE_JIT = 1

    I used V8 and SunSpider benchmarks for tests. Използвах V8 и SunSpider показатели за тестове. But it seemed that there was no difference between JIT 'on' and 'off' from the results. Но това изглежда че не е имало разлика между JIT "за" и "изключване" от резултатите. I guess maybe JIT could not be turned on in the above way. Аз предполагам, може би JIT не би могло да бъде включено в по-горе начин. Do you know how to enable it? Знаете ли как да го включите?
    Thanks very much. Благодаря много.

    Best wishes, Най-добри пожелания,
    Butai. Butai.

  3. kamirao kamirao
    October 26th, 2008 19:48 26 октомври, 2008 19:48
    1 1

    also set Също така
    javascript.options.jit.content javascript.options.jit.content
    to true да вярно

Leave a Reply Оставете коментар

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Можете да използвате тези тагове: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <дел datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Абонирайте се за коментари функция е била прекратена. To receive notification of latest comments posted, subscribe to За да получавате известия за най-новите коментари, публикувани, за да се абонирате My Digital Life Comments RSS feed Моят Дигитален Живот Коментар RSS Feed or или register to receive регистър да получава new comments in daily email digest. нови коментари в дневния имейл бюлетини.
Custom Search

New Articles Нови членове

Incoming Search Terms for the Article Входящи търсене Условия за член

Firefox TraceMonkey Firefox TraceMonkey - -- tracemonkey download tracemonkey свалени - -- speed up firefox 3.1 ускоряване на Firefox 3,1 - -- turn on tracemonkey включване на tracemonkey - -- download TraceMonkey изтегли TraceMonkey - -- tracemonkey firefox tracemonkey Firefox - -- enable tracemonkey позволи tracemonkey - -- enabling tracemonkey позволяваща tracemonkey - -- tracemonkey enable tracemonkey даде възможност на - -- firefox enable jit Firefox позволява JIT - -- firefox tracemonkey enable Firefox tracemonkey даде възможност на - -- firefox beta tracemonkey Firefox бета tracemonkey - -- tracemonkey install tracemonkey инсталирате - -- firefox 3.1 java Firefox 3,1 Java - -- how to turn on tracemonkey как да се включите tracemonkey - -- speed up firefox javascript ускоряване на Firefox JavaScript - -- turn tracemonkey on на свой ред tracemonkey - -- activate tracemonkey активирате tracemonkey - -- how to speed up firefox 3.1 как да се ускори Firefox 3,1 - -- firefox 3.1 beta 2 tracemonkey Firefox 3,1 бета 2 tracemonkey - -- TraceMonkey turn on TraceMonkey включа - -- firefox javascript engine Firefox JavaScript двигател - -- firefox turn on tracemonkey Firefox включите tracemonkey - -- how to install Tracemonkey как да инсталирате Tracemonkey - -- firefox 3.1 enable Firefox 3,1 даде възможност на - -- enable new javascript engine firefox даде възможност на новия двигател JavaScript Firefox - -- firefox enable new javascript engine Firefox позволява JavaScript нов двигател - -- enable tracemonkey firefox позволи tracemonkey Firefox - -- firefox beta enable tracemonkey Firefox бета позволи tracemonkey - -- firefox enable tracemonkey Firefox позволява tracemonkey - -- enable tracemonkey in firefox позволи tracemonkey във Firefox - -- activate javascript engine firefox 3.1 активирате JavaScript двигателя Firefox 3,1 - -- firefox speed up javascript Firefox ускори JavaScript - -- firefox 3.1 speed up Firefox 3,1 ускори - -- install TraceMonkey инсталирате TraceMonkey - -- speed up firefox 3.0.7 ускорят Firefox 3.0.7 - -- how to turn on tracemonkey in firefox 3 как да се включите tracemonkey във Firefox 3 - -- how to enable tracemonkey как да се даде възможност на tracemonkey - -- firefox with tracemonkey Firefox с tracemonkey - -- firefox 3.1 enable javascript Firefox 3,1 активирате JavaScript - -- how to enable tracemonkey in firefox как да се даде възможност на tracemonkey във Firefox - -- enable tracemonkey firefox beta позволи tracemonkey Firefox бета - -- firefox 3.1 enable java Firefox 3,1 даде възможност на Java - -- speed up firefox 3.1 beta ускоряване на Firefox 3,1 бета - -- enable firefox new javascript engine активирате JavaScript Firefox нов двигател - -- firefox 3.0.7 tracemonkey Firefox 3.0.7 tracemonkey - -- speeding up firefox 3.1 ускоряване на Firefox 3,1 - -- Firefox 3.1 Beta 3 tracemonkey Firefox 3,1 Бета 3 tracemonkey - -- firefox JIt enable Firefox позволява JIT - -- speed up firefox 3.1 beta 3 скорост до 3,1 бета на Firefox 3 - --