Year | JavaScript | jScript | ES | ES Additions |
---|---|---|---|---|
96 | 1.0, 1.1 | 1.0 | 1 | |
97 | 1.2 | 3.0 | 1 | (1st Edition) |
98 | 1.3 | |||
99 | 5.0, 5.1 | 2 | (Editorial changes only) | |
00 | 1.5 | 5.5 | 3 | RegExp, Try/Catch, standardized the switch statement |
01 | 5.6 |
Profiling shows up any bottlenecks in a program, it gives real metrics that can be analysed. Looking at the code and making educated guesses at the problem areas is usually ineffectual.
We need to profile the whole user experience so that it includes complex JavaScript and external effects due to latency and distance, load balancers and so on. Usefule tools may be Graphite, LogStash. But that's for another article. Here I am just dealing with backend.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Integrating Xen 4.2 AUR with Systemd. | |
================================= | |
I tested the AUR package with a fresh installation of Arch of x86_64. Only | |
packages 'base', 'base-devel'and the dependencies mentioned on the site | |
were installed. | |
* package build also requires dev86 | |
* dev86 is in multilib, x86_64 users need to enable multilib in /etc/pacman.conf | |
* users need to add a new entry to their bootloader config file (mentioned) |