Tagged articles
6 articles
Page 1 of 1
Architects Research Society
Architects Research Society
Apr 16, 2020 · Operations

Understanding SCADA Systems: Architecture, Evolution, and Modern Applications

SCADA (Supervisory Control and Data Acquisition) systems are essential industrial automation platforms that monitor and control processes across sectors such as energy, manufacturing, and water treatment, featuring sensor‑to‑PLC/RTU data flow, HMI interfaces, SQL integration, and modern web‑based capabilities exemplified by Ignition software.

HMIIgnitionSCADA
0 likes · 6 min read
Understanding SCADA Systems: Architecture, Evolution, and Modern Applications
vivo Internet Technology
vivo Internet Technology
Dec 11, 2019 · Fundamentals

An Introduction to V8 JavaScript Engine Architecture and Bytecode Execution

The article introduces V8’s architecture, tracing its shift from the memory‑heavy Full‑Codegen and Crankshaft compilers to the modern Ignition bytecode interpreter and TurboFan optimizing compiler, and explains how lexical analysis, AST parsing, bytecode generation, and runtime feedback together boost startup speed and reduce memory usage.

IgnitionJavaScript EngineTurboFan
0 likes · 11 min read
An Introduction to V8 JavaScript Engine Architecture and Bytecode Execution
Node Underground
Node Underground
May 2, 2017 · Backend Development

Why Node.js 8.0 LTS Was Delayed and What the V8 5.9 Upgrade Brings

Node.js 8.0 LTS, slated for April, was postponed to May 30, 2017 to ensure stability as it integrates V8 5.9 with async/await, TurboFan compiler, and Ignition interpreter, promising significant performance gains but requiring extensive compatibility and bug‑fix testing.

IgnitionNode.jsRelease Delay
0 likes · 2 min read
Why Node.js 8.0 LTS Was Delayed and What the V8 5.9 Upgrade Brings
Node Underground
Node Underground
Apr 7, 2017 · Backend Development

How Ignition and TurboFan Revolutionize Node.js Performance

The article explains how V8’s new Ignition bytecode interpreter and TurboFan optimizing compiler, enabled by Chrome 57, eliminate previous JavaScript performance pitfalls—such as try/catch, let/const, debugger, generators, and async functions—allowing Node.js to achieve significantly higher runtime speed.

IgnitionNode.jsTurboFan
0 likes · 2 min read
How Ignition and TurboFan Revolutionize Node.js Performance