How to Enable TraceMonkey JavaScript Engine in Firefox 3.1 to Speed Up Web Browsing Response Time Ako TraceMonkey Povoliť JavaScript Engine vo Firefoxe 3.1, aby urýchlila prezeranie webových stránok Doba odozvy

Previously we mentioned about Predtým sme sa o uvedených Firefox 3.1 Beta Smart Location Bar new feature enhancement Firefox 3.1 Beta Smart Miesto Bar nová funkcia príslušenstvo , there is another good improvement known as TraceMonkey that is worth to be mentioned here. Je tu ďalší dobrý známy ako zlepšenie TraceMonkey, že stojí za to byť uvedené tu. Most software we run in computer is already compiled into binary code in advance in order to make the programs execute faster. Väčšina softvér sme spustiť v počítači je už zostavené do binárneho kódu v predstihu tak, aby programy spúšťať rýchlejšie. However, JavaScript usually is interpreted line by line during running has caused longer time needed for responding. Avšak JavaScript je zvyčajne vykladať riadok po riadku počas jazdy spôsobil dlhší čas potrebný na reakciu. TaceMonkey or known as just-in-time compiler, is designed to only concentrate on translating selected high-priority portion of software. TaceMonkey alebo známej ako "just-in-time kompilátor, je navrhnutý tak, aby len koncentrovať na prenos vybraných high-priority časť softvér. 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. Zistí, slučke opakovaných činností, kde program často trávia veľa času, potom zkompilovat do natívne inštrukcie počítača môže pochopiť, nakoniec zlepšuje výkonnosť výrazne prehliadanie webu. 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. I keď je počítač vypnutý TraceMonkey vo Firefoxe 3.1 v predvolenom nastavení, pretože nie je úplne bug-free, ale môžete si túto funkciu, aby si vyskúšali, a aby rýchlejšie prehliadanie webových stránok, ktoré sa mení hodnota v nastavení sa len pár jednoduchých krokov.

Follow below steps to enable TraceMonkey in Firefox 3.1 beta version: Následné kroky k tomu, aby pod TraceMonkey vo Firefoxe 3.1 beta verzia:
1) Launch Firefox browser 1) Spustite prehliadač Firefox
2) In the location bar, type about:config then press enter 2) V mieste bar, zadajte about: config potom stlačte kláves Enter
3) A warning page “This might void your warranty!” will be displayed. 3) A varovania stránku "To by mohlo void vaša záruka!" Sa bude zobrazovať. Click “I'II be careful, I promise!” button to proceed. Kliknite na "I'II byť opatrný, slibuju!" Tlačidlo pokračovať.
4) In the Filter textbox, type javascript.options.jit.chrome. 4) V textovom poli Filter, typ javascript.options.jit.chrome.
5) Double click javascript.options.jit.chrome under Preference Name to change the value from false to true. 5) Dvakrát kliknite javascript.options.jit.chrome podľa Preference Meno zmeniť hodnotu z nepravdivých to pravda.

Hopefully this will help you enable TraceMonkey and eventually make your net surfing a more pleasurable one with the improvement . Snad to pomôže vám umožní TraceMonkey a nakoniec vaša čistá surfování viac jednu s příjemných vylepšení.

IMPORTANT : The page is machine translated and provided "as is" without warranty. Upozornenie: Stránka je stroje preložené a poskytované "tak ako sú" bez záruky. Machine translation may be difficult to understand. Strojový preklad môže byť ťažké pochopiť. Please refer to Obráťte sa prosím na original English article Anglický originál článku whenever possible. kedykoľvek je to možné.


3 Responses to “How to Enable TraceMonkey JavaScript Engine in Firefox 3.1 to Speed Up Web Browsing Response Time” 3 Reakcie na "Ako TraceMonkey Povoliť JavaScript Engine vo Firefoxe 3.1, aby urýchlili Web Browsing Doba odozvy"

  1. Butai Zhang Butai Zhang
    December 23rd, 2008 19:20 23. decembra 2008 19:20
    3 3

    Recently, I tried to build the tracemonkey JavaScript engine in Firefox instead of the whole browser. Nedávno som sa snažil vybudovať tracemonkey JavaScript motor Firefox namiesto celého prehliadača. I compiled tracemonkey-debe29698839\js\src like this: I zostavujú tracemonkey-debe29698839 \ js \ src takhle:

    Disable JIT: Zakázať JIT:
    make -f Makefile.ref NANOJIT_ARCH=i386 DISABLE_JIT=1 make-f Makefile.ref NANOJIT_ARCH = i386 DISABLE_JIT = 1
    Enable JIT: Povoľte JIT:
    make -f Makefile.ref NANOJIT_ARCH=i386 ENABLE_JIT=1 make-f Makefile.ref NANOJIT_ARCH = i386 ENABLE_JIT = 1
    (it's ENABLE_JIT not DISABLE_JIT in this case, sorry for the mistake before) (je to ENABLE_JIT nie je DISABLE_JIT v tomto prípade, sorry za chybu pred)
    I used V8 and SunSpider benchmarks for tests. Použil som V8 a SunSpider meradlá pre testy. But it seemed that there was no difference between JIT 'on' and 'off' from the results. Ale zdalo sa, že neexistuje žiadny rozdiel medzi JIT 'o' a 'z' z výsledkov. I guess maybe JIT could not be turned on in the above way. Myslím, že možno JIT nemohli byť zapnuté vo vyššie spôsobom. Do you know how to enable it? Viete, ako ju aktivovať?
    Thank you very much. Mockrát děkuji.

  2. Butai Zhang Butai Zhang
    December 23rd, 2008 19:09 23. decembra 2008 19:09
    2 2

    Dear Sir, Vážený pane,

    Recently, I tried to build the tracemonkey JavaScript engine in Firefox instead of the whole browser. Nedávno som sa snažil vybudovať tracemonkey JavaScript motor Firefox namiesto celého prehliadača. I compiled tracemonkey-debe29698839\js\src like this: I zostavujú tracemonkey-debe29698839 \ js \ src takhle:

    Disable JIT: Zakázať JIT:
    make -f Makefile.ref NANOJIT_ARCH=i386 DISABLE_JIT=1 make-f Makefile.ref NANOJIT_ARCH = i386 DISABLE_JIT = 1
    Enable JIT: Povoľte JIT:
    make -f Makefile.ref NANOJIT_ARCH=i386 DISABLE_JIT=1 make-f Makefile.ref NANOJIT_ARCH = i386 DISABLE_JIT = 1

    I used V8 and SunSpider benchmarks for tests. Použil som V8 a SunSpider meradlá pre testy. But it seemed that there was no difference between JIT 'on' and 'off' from the results. Ale zdalo sa, že neexistuje žiadny rozdiel medzi JIT 'o' a 'z' z výsledkov. I guess maybe JIT could not be turned on in the above way. Myslím, že možno JIT nemohli byť zapnuté vo vyššie spôsobom. Do you know how to enable it? Viete, ako ju aktivovať?
    Thanks very much. Díky moc.

    Best wishes, Všetko najlepšie,
    Butai. Butai.

  3. kamirao kamirao
    October 26th, 2008 19:48 26. októbra 2008 19:48
    1 1

    also set tiež nastaviť
    javascript.options.jit.content javascript.options.jit.content
    to true true

Leave a Reply Nechaj Odpoveď

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> Môžete použiť tieto značky: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Vyberajte komentáre funkcia bola vypnutá. To receive notification of latest comments posted, subscribe to Ak chcete dostávať oznámenie o najnovšie komentáre posta, prihláste sa My Digital Life Comments RSS feed My Digital Life Komentáre RSS or alebo register to receive register pre príjem new comments in daily email digest. nové komentáre v dennom email Digest.
Custom Search

New Articles Nové články

Incoming Search Terms for the Article Incoming Vyhľadávanie Podmienky pre článok

Firefox TraceMonkey Firefox TraceMonkey - -- tracemonkey download tracemonkey download - -- speed up firefox 3.1 urýchliť Firefox 3.1 - -- turn on tracemonkey zapnúť tracemonkey - -- download TraceMonkey download TraceMonkey - -- tracemonkey firefox tracemonkey firefox - -- enable tracemonkey umožniť tracemonkey - -- enabling tracemonkey umožňujúce tracemonkey - -- tracemonkey enable tracemonkey umožňujú - -- firefox beta tracemonkey firefox beta tracemonkey - -- firefox tracemonkey enable firefox tracemonkey umožňujú - -- firefox enable jit firefox umožní JIT - -- how to turn on tracemonkey ako zapnúť tracemonkey - -- tracemonkey install tracemonkey inštalovať - -- firefox 3.1 java Firefox 3.1 java - -- speed up firefox javascript urýchliť firefox javascript - -- turn tracemonkey on zase na tracemonkey - -- activate tracemonkey aktivovať tracemonkey - -- how to speed up firefox 3.1 ako zrýchliť firefox 3.1 - -- firefox javascript engine firefox javascript motora - -- firefox 3.1 beta 2 tracemonkey Firefox 3.1 beta 2 tracemonkey - -- TraceMonkey turn on TraceMonkey zapnúť - -- firefox turn on tracemonkey firefox zapnúť tracemonkey - -- how to install Tracemonkey ako nainštalovať Tracemonkey - -- enable new javascript engine firefox umožňujú využívať nové javascript motora firefox - -- firefox 3.1 enable Firefox 3.1 umožňujú - -- firefox enable new javascript engine firefox umožniť nový motor javascript - -- enable tracemonkey firefox umožniť tracemonkey firefox - -- firefox enable tracemonkey firefox umožní tracemonkey - -- firefox beta enable tracemonkey firefox beta umožní tracemonkey - -- enable tracemonkey in firefox umožniť tracemonkey vo Firefoxe - -- activate javascript engine firefox 3.1 aktivovať javascript motora Firefox 3.1 - -- firefox speed up javascript firefox urýchliť javascript - -- firefox 3.1 speed up Firefox 3.1 urýchlenie - -- install TraceMonkey inštalovať TraceMonkey - -- speed up firefox 3.0.7 urýchliť Firefox 3.0.7 - -- how to turn on tracemonkey in firefox 3 ako zapnúť tracemonkey vo Firefoxe 3 - -- how to enable tracemonkey ako umožniť tracemonkey - -- firefox with tracemonkey firefox s tracemonkey - -- firefox 3.1 enable javascript Firefox 3.1 zapnúť javascript - -- how to enable tracemonkey in firefox ako umožniť tracemonkey v firefox - -- enable tracemonkey firefox beta umožniť tracemonkey firefox beta - -- free download tracemonkey ke stažení zdarma tracemonkey - -- firefox JIt enable firefox JIT umožňujú - -- TraceMonkey firefox download TraceMonkey firefox download - -- speed up firefox 3.10 urýchliť firefox 3.10 - -- javascript.options.jit.chrome javascript.options.jit.chrome - -- javascript engine firefox javascript motora firefox - -- firefox 3.1 enable java Firefox 3.1 umožňujú java - -- speed up firefox 3.1 beta urýchliť Firefox 3.1 beta - -- enable firefox new javascript engine zapnúť firefox nový motor javascript - -- speed up javascript in firefox Urýchlite javascript vo Firefoxe - -- firefox 3.0.7 tracemonkey Firefox 3.0.7 tracemonkey - -- firefox beta enable javascript firefox beta zapnúť javascript - -- speeding up firefox 3.1 urýchlenie Firefox 3.1 - -- Firefox 3.1 Beta 3 tracemonkey Firefox 3.1 Beta 3 tracemonkey - -- speed up firefox 3.1 beta 3 urýchliť Firefox 3.1 beta 3 - -- all všetko - -- firefox 3.1 javascript engine enable Firefox 3.1 javascript motora umožňujú - -- firefox tracemonkey download firefox download tracemonkey - -- firefox 3.1 enable jit Firefox 3.1 umožňujú JIT - -- enable new javascript firefox umožňujú využívať nové javascript firefox - -- Tracemonkey firefox enable Tracemonkey firefox umožňujú - -- enable firefox new javascript zapnúť firefox nové javascript - -- firefox javascript speed up firefox javascript urýchlenie - -- firefox 3.1 beta 3 tracemonkey enable Firefox 3.1 beta 3 tracemonkey umožňujú - -- firefox enable fast javascript firefox umožnia rýchlo javascript - -- javascript.options.jit.chrome;false javascript.options.jit.chrome; nepravdivé - -- speed up firefox 3.07 urýchliť firefox 3.07 - -- firefox java engine enable firefox java motora umožňujú - -- tracemonkey in firefox tracemonkey vo Firefoxe - -- javascript.options.jit.content javascript.options.jit.content - -- tracemonkey for firefox tracemonkey pre firefox - -- firefox new java engine firefox nových java motora - -- enable jit firefox umožniť JIT firefox - --