How to Enable TraceMonkey JavaScript Engine in Firefox 3.1 to Speed Up Web Browsing Response Time Kā iespējot TraceMonkey JavaScript Engine 3.1 Firefox Speed Up Web pārlūkošana Response Time

Previously we mentioned about Iepriekš mēs pieminējām par Firefox 3.1 Beta Smart Location Bar new feature enhancement Firefox 3,1 Beta Smart Location Bar jaunu funkciju uzlabošana , there is another good improvement known as TraceMonkey that is worth to be mentioned here. Ir vēl viens labs uzlabošana pazīstama kā TraceMonkey, ka ir vērts minēt šeit. Most software we run in computer is already compiled into binary code in advance in order to make the programs execute faster. Lielākā daļa programmatūras mēs darbosies datorā jau ir apkopoti binārā koda iepriekš, lai padarītu programmu izpildīt ātrāk. However, JavaScript usually is interpreted line by line during running has caused longer time needed for responding. Tomēr, JavaScript parasti tiek interpretēts saskaņā ar līnijas braukšanas laikā ir radījis ilgāku laiku, kas nepieciešams, lai reaģētu. TaceMonkey or known as just-in-time compiler, is designed to only concentrate on translating selected high-priority portion of software. TaceMonkey vai ir zināms, kā just-in-time kompilators, ir paredzēts tikai koncentrēties uz tulkošanu cikls augsta prioritāte daļa programmatūru. 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. Tā konstatē, cilpa atkārtotu darbību, ja programma bieži pavada daudz laika, tad apkopo vērā vietējās instrukcijas, dators var saprast, galu galā uzlabo tīmekļa pārlūkošanu sniegumu būtiski. 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. Kaut TraceMonkey ir izslēgts no 3.1 Firefox pēc noklusējuma, jo tas nav gluži bug-free, bet jūs varat izslēgt šo funkciju ir mēģināt un darīt tīmekļa pārlūkošanu ātrāk mainās konfigurācijas uzstādījumus vērtību ar tikai dažiem vienkāršiem soļiem.

Follow below steps to enable TraceMonkey in Firefox 3.1 beta version: Izpildiet tālāk norādītās darbības, lai TraceMonkey Firefox 3,1 beta versija:
1) Launch Firefox browser 1) uzsākt Firefox pārlūkprogrammā
2) In the location bar, type about:config then press enter 2) Tā vietā bārs, tipa par: config, tad nospiest ENTER
3) A warning page “This might void your warranty!” will be displayed. 3) brīdinājums page "Tas varētu būt spēkā jūsu garantija!" Tiks rādīts. Click “I'II be careful, I promise!” button to proceed. Noklikšķiniet uz "I'II jābūt uzmanīgiem, es apsolu!" Pogu, lai turpinātu.
4) In the Filter textbox, type javascript.options.jit.chrome. 4) Filter textbox, tipa javascript.options.jit.chrome.
5) Double click javascript.options.jit.chrome under Preference Name to change the value from false to true. 5) Dubultklikšķis javascript.options.jit.chrome saskaņā Priekšroku Nosaukums, lai mainītu vērtību no viltus patiesai.

Hopefully this will help you enable TraceMonkey and eventually make your net surfing a more pleasurable one with the improvement . Cerams, tas palīdzēs jums iespēju TraceMonkey un, visbeidzot, jūsu tīkla sērfošana daudz patīkamāku viens ar uzlabojumu.

IMPORTANT : The page is machine translated and provided "as is" without warranty. SVARĪGI: lapa mašīna iztulkot un pasniegts tàds, "kàds tas ir" bez garantijas. Machine translation may be difficult to understand. Mašīntulkošanas var būt grūti saprast. Please refer to Lūdzu, skatiet original English article oriģināls angļu rakstu whenever possible. kad vien iespējams.


3 Responses to “How to Enable TraceMonkey JavaScript Engine in Firefox 3.1 to Speed Up Web Browsing Response Time” 3 atbildes uz "Kā Iespējot TraceMonkey JavaScript Engine 3.1 Firefox Speed Up Web pārlūkošana Response Time"

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

    Recently, I tried to build the tracemonkey JavaScript engine in Firefox instead of the whole browser. Nesen es mēģināju veidot tracemonkey JavaScript dzinējs Firefox, nevis visa pārlūka. I compiled tracemonkey-debe29698839\js\src like this: I apkopoti tracemonkey-debe29698839 \ js \ src šādi:

    Disable JIT: Disable JIT:
    make -f Makefile.ref NANOJIT_ARCH=i386 DISABLE_JIT=1 make-f Makefile.ref NANOJIT_ARCH = i386 DISABLE_JIT = 1
    Enable JIT: Enable 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) (tas ir ENABLE_JIT nav DISABLE_JIT šajā gadījumā, sorry par kļūdu iepriekš)
    I used V8 and SunSpider benchmarks for tests. Es izmantots V8 un SunSpider kritēriji pārbaudēm. But it seemed that there was no difference between JIT 'on' and 'off' from the results. Bet likās, ka pastāv starp nekādas atšķirības JIT "par" un "izslēgts" no rezultātiem. I guess maybe JIT could not be turned on in the above way. Es domāju, varbūt JIT nevar būt ieslēgts iepriekš veidā. Do you know how to enable it? Vai jūs zināt, kā panākt to?
    Thank you very much. Liels paldies.

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

    Dear Sir, Dear Sir,

    Recently, I tried to build the tracemonkey JavaScript engine in Firefox instead of the whole browser. Nesen es mēģināju veidot tracemonkey JavaScript dzinējs Firefox, nevis visa pārlūka. I compiled tracemonkey-debe29698839\js\src like this: I apkopoti tracemonkey-debe29698839 \ js \ src šādi:

    Disable JIT: Disable JIT:
    make -f Makefile.ref NANOJIT_ARCH=i386 DISABLE_JIT=1 make-f Makefile.ref NANOJIT_ARCH = i386 DISABLE_JIT = 1
    Enable JIT: Enable 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. Es izmantots V8 un SunSpider kritēriji pārbaudēm. But it seemed that there was no difference between JIT 'on' and 'off' from the results. Bet likās, ka pastāv starp nekādas atšķirības JIT "par" un "izslēgts" no rezultātiem. I guess maybe JIT could not be turned on in the above way. Es domāju, varbūt JIT nevar būt ieslēgts iepriekš veidā. Do you know how to enable it? Vai jūs zināt, kā panākt to?
    Thanks very much. Thanks very much.

    Best wishes, Best wishes,
    Butai. Butai.

  3. kamirao kamirao
    October 26th, 2008 19:48 26 oktobris 2008 19:48
    1 1

    also set noteica arī
    javascript.options.jit.content javascript.options.jit.content
    to true patiesai

Leave a Reply 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> Jūs varat izmantot šos tagus: <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. Parakstīties uz komentāriem iezīme ir atspējota. To receive notification of latest comments posted, subscribe to Saņemt informāciju par jaunāko komentārus, parakstīties uz My Digital Life Comments RSS feed Mana Digital Life Comments RSS feed or vai register to receive reģistrēties, lai saņemtu new comments in daily email digest. jauni komentāri ikdienas e-pasta sagremot.
Custom Search

New Articles Jauns pants

Incoming Search Terms for the Article Ienākošo Meklēt noteikumi pants

Firefox TraceMonkey Firefox TraceMonkey - -- tracemonkey download tracemonkey download - -- speed up firefox 3.1 paātrināt 3,1 Firefox - -- turn on tracemonkey ieslēgt tracemonkey - -- download TraceMonkey download TraceMonkey - -- tracemonkey firefox tracemonkey Firefox - -- enable tracemonkey lai tracemonkey - -- enabling tracemonkey ļauj tracemonkey - -- tracemonkey enable tracemonkey iespēju - -- firefox beta tracemonkey firefox beta tracemonkey - -- firefox tracemonkey enable Firefox tracemonkey iespēju - -- firefox enable jit Firefox ļauj JIT - -- how to turn on tracemonkey kā ieslēgt tracemonkey - -- tracemonkey install tracemonkey install - -- firefox 3.1 java Firefox 3,1 java - -- speed up firefox javascript paātrināt Firefox javascript - -- turn tracemonkey on Savukārt tracemonkey par - -- activate tracemonkey aktivizēt tracemonkey - -- how to speed up firefox 3.1 kā paātrināt Firefox 3,1 - -- firefox javascript engine Firefox javascript dzinējs - -- firefox 3.1 beta 2 tracemonkey Firefox 3,1 beta 2 tracemonkey - -- TraceMonkey turn on TraceMonkey ieslēgt - -- firefox turn on tracemonkey Firefox ieslēgtu tracemonkey - -- how to install Tracemonkey kā uzstādīt Tracemonkey - -- enable new javascript engine firefox paver jaunas javascript motors Firefox - -- firefox 3.1 enable Firefox 3,1 iespēju - -- firefox enable new javascript engine Firefox paver jaunas javascript motors - -- enable tracemonkey firefox lai tracemonkey Firefox - -- firefox enable tracemonkey Firefox ļauj tracemonkey - -- firefox beta enable tracemonkey firefox beta varētu tracemonkey - -- enable tracemonkey in firefox lai tracemonkey Firefox - -- activate javascript engine firefox 3.1 aktivizēt JavaScript dzinējs Firefox 3,1 - -- firefox speed up javascript Firefox paātrināt javascript - -- firefox 3.1 speed up Firefox 3,1 paātrināt - -- install TraceMonkey install TraceMonkey - -- speed up firefox 3.0.7 paātrināt 3.0.7 Firefox - -- how to turn on tracemonkey in firefox 3 kā ieslēgt tracemonkey 3 Firefox - -- how to enable tracemonkey kā lai tracemonkey - -- firefox with tracemonkey Firefox ar tracemonkey - -- firefox 3.1 enable javascript Firefox 3,1 enable JavaScript - -- how to enable tracemonkey in firefox kā lai tracemonkey Firefox - -- enable tracemonkey firefox beta lai tracemonkey firefox beta - -- free download tracemonkey free download tracemonkey - -- firefox JIt enable Firefox JIT iespēju - -- TraceMonkey firefox download TraceMonkey Firefox download - -- speed up firefox 3.10 paātrināt 3,10 Firefox - -- javascript.options.jit.chrome javascript.options.jit.chrome - -- javascript engine firefox javascript dzinējs Firefox - -- firefox 3.1 enable java Firefox 3,1 ļauj java - -- speed up firefox 3.1 beta paātrināt Firefox 3,1 beta - -- enable firefox new javascript engine lai Firefox jauns javascript dzinējs - -- speed up javascript in firefox paātrināt javascript in Firefox - -- firefox 3.0.7 tracemonkey Firefox 3.0.7 tracemonkey - -- firefox beta enable javascript firefox beta enable JavaScript - -- speeding up firefox 3.1 paātrināt Firefox 3,1 - -- Firefox 3.1 Beta 3 tracemonkey Firefox 3,1 Beta 3 tracemonkey - -- speed up firefox 3.1 beta 3 paātrināt Firefox 3,1 beta 3 - -- all viss - -- firefox 3.1 javascript engine enable Firefox 3,1 javascript dzinējs ļauj - -- firefox tracemonkey download Firefox tracemonkey download - -- firefox 3.1 enable jit Firefox 3,1 ļauj JIT - -- enable new javascript firefox paver jaunas javascript Firefox - -- Tracemonkey firefox enable Tracemonkey Firefox ļauj - -- enable firefox new javascript lai Firefox jauns javascript - -- firefox javascript speed up Firefox javascript paātrināt - -- firefox 3.1 beta 3 tracemonkey enable Firefox 3,1 beta 3 tracemonkey iespēju - -- firefox enable fast javascript Firefox ļauj ātri javascript - -- javascript.options.jit.chrome;false javascript.options.jit.chrome; viltus - -- speed up firefox 3.07 paātrināt 3,07 Firefox - -- firefox java engine enable Firefox java dzinējs ļauj - -- tracemonkey in firefox tracemonkey Firefox - -- javascript.options.jit.content javascript.options.jit.content - -- tracemonkey for firefox tracemonkey Firefox - -- firefox new java engine Firefox Jaunas Java dzinēju - -- enable jit firefox lai JIT Firefox - --