How to Enable TraceMonkey JavaScript Engine in Firefox 3.1 to Speed Up Web Browsing Response Time Firefox 3.1 में सक्षम TraceMonkey जावास्क्रिप्ट इंजन में कैसे वेब ब्राउजिंग प्रतिक्रिया समय ऊपर स्पीड को

Previously we mentioned about पहले हम उल्लेख के बारे में Firefox 3.1 Beta Smart Location Bar new feature enhancement Firefox 3.1 बीटा स्मार्ट स्थान बार नई सुविधा बढ़ाने , 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. तथापि, जावास्क्रिप्ट आमतौर पर रेखा से चलने के दौरान रेखा से व्याख्या की है अब हुई है जवाब के लिए समय की जरूरत है. 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 सक्षम करने के लिए 3.1 बीटा संस्करण:
1) Launch Firefox browser 1) लॉन्च Firefox ब्राउज़र
2) In the location bar, type about:config then press enter 2) स्थान पट्टी में, प्रकार के बारे में: config फिर प्रेस दर्ज करें
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. फ़िल्टर textbox में) 4, 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 जावास्क्रिप्ट इंजन में 3.1 फ़ायरफ़ॉक्स में स्पीड के लिए"

  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. हाल ही में, मैं करने के बजाय पूरे ब्राउज़र के Firefox में इंजन जावास्क्रिप्ट tracemonkey बनाने की कोशिश की. I compiled tracemonkey-debe29698839\js\src like this: मैं tracemonkey-debe29698839 जे एस \ संकलित \ इस तरह src:

    Disable JIT: अक्षम जीत:
    make -f Makefile.ref NANOJIT_ARCH=i386 DISABLE_JIT=1 मेकअप च Makefile.ref NANOJIT_ARCH = i386 DISABLE_JIT = 1
    Enable 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) DISABLE_JIT (यह ENABLE_JIT है इस मामले में पहले नहीं गलती के लिए क्षमा)
    I used V8 and SunSpider benchmarks for tests. मैं परीक्षण के लिए वी 8 और SunSpider मानक थे. But it seemed that there was no difference between JIT 'on' and 'off' from the results. लेकिन ऐसा लग रहा था कि वहाँ के बीच में कोई 'जीत' पर बंद 'के परिणाम से और अंतर था. I guess maybe JIT could not be turned on in the above way. मुझे लगता है शायद जीत पर नहीं दिया जा सकता है इसके बाद के संस्करण रास्ते में. 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. हाल ही मैं बजाय पूरे ब्राउज़र के Firefox में इंजन जावास्क्रिप्ट tracemonkey बनाने की कोशिश की. I compiled tracemonkey-debe29698839\js\src like this: मैं tracemonkey-debe29698839 जे एस \ संकलित \ इस तरह src:

    Disable JIT: अक्षम जीत:
    make -f Makefile.ref NANOJIT_ARCH=i386 DISABLE_JIT=1 मेकअप च Makefile.ref NANOJIT_ARCH = i386 DISABLE_JIT = 1
    Enable 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. मैं परीक्षण के लिए वी 8 और SunSpider मानक थे. But it seemed that there was no difference between JIT 'on' and 'off' from the results. लेकिन ऐसा लग रहा था कि वहाँ के बीच में कोई 'जीत' पर बंद 'के परिणाम से और अंतर था. I guess maybe JIT could not be turned on in the above way. मुझे लगता है शायद जीत पर नहीं दिया जा सकता है इसके बाद के संस्करण रास्ते में. 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 कर सकते हैं <blockquote title=""> <b> 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 मेरे डिजिटल जीवन टिप्पणियाँ आरएसएस फ़ीड 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 डाउनलोड - -- firefox speed up javascript Firefox जावास्क्रिप्ट को गति - -- Turn On Tracemonkey Tracemonkey चालू - -- download TraceMonkey डाउनलोड TraceMonkey - -- install TraceMonkey TraceMonkey स्थापित - -- tracemonkey firefox tracemonkey Firefox - -- enable tracemonkey tracemonkey सक्षम - -- firefox javascript engine Firefox जावास्क्रिप्ट इंजन - -- speed up java firefox जावा Firefox अप गति - -- change javascript engine firefox बदल जावास्क्रिप्ट इंजन Firefox - -- firefox java engine Firefox जावा इंजन - -- tracemonkey addon tracemonkey addon - -- firefox compiled js Firefox संकलित जे एस - -- firefox tracemonkey download Firefox tracemonkey डाउनलोड - -- javascript.options.jit.chrome;false javascript.options.jit.chrome; झूठे - -- speedup firefox java script speedup Firefox जावा स्क्रिप्ट - -- activate javascript in firefox Firefox में जावास्क्रिप्ट सक्रिय - -- download gratis TraceMonkey डाउनलोड मुफ्त TraceMonkey - -- enable JIT on firefox जीत Firefox पर सक्षम - -- fiefox javascript speed up fiefox जावास्क्रिप्ट गति अप - -- firefox tracemonkey addon Firefox tracemonkey addon - -- firefox javascript speed up Firefox जावास्क्रिप्ट गति अप - -- firefox 3.5 enable jit Firefox 3.5 जीत सक्षम - -- Installera tracemonkey Installera tracemonkey - -- tracemonkey firefox download tracemonkey Firefox डाउनलोड - -- activate tracemonkey on firefox Firefox पर tracemonkey सक्रिय - -- firefox tracemonkey enable Firefox tracemonkey सक्षम - -- javascript.options.jit.chrome javascript.options.jit.chrome - -- speeding up firefox java script engine ऊपर Firefox जावा स्क्रिप्ट इंजन तेजी - -- TraceMonkey ladda ner TraceMonkey ladda नेर - -- disable jit firefox निष्क्रिय जीत Firefox - -- firefox enable tracemonkey for chrome Firefox के लिए tracemonkey सक्षम क्रोम - -- install tracemonkey on 3.5 3.5 पर tracemonkey स्थापित - -- javascript faster firefox about:config जावास्क्रिप्ट तेजी से Firefox के बारे में: config - -- speed up firefox java Firefox जावा अप गति - -- firefox turn on tracemonkey tracemonkey पर Firefox बारी - -- javascript image disabled enabled firefox जावास्क्रिप्ट अक्षम छवि सक्षम Firefox - -- firefox compiled javascript Firefox संकलित जावास्क्रिप्ट - -- speed up firefox javascript Firefox जावास्क्रिप्ट को गति - -- enable jit firefox 3.5 जीत Firefox 3.5 सक्रिय - -- speeding javascript जावास्क्रिप्ट तेजी - -- "download TraceMonkey "डाउनलोड TraceMonkey - -- download tracemonkey firefox डाउनलोड tracemonkey Firefox - -- tracemonkey firefox addon tracemonkey Firefox addon - -- firefxo faster javascript enable firefxo तेज जावास्क्रिप्ट को सक्षम - -- firefox fast javascript enable Firefox तेजी जावास्क्रिप्ट को सक्षम - --