View Single Post
02-24-17, 03:19 AM   #14
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,322
I hinted at a key problem when discussing IGAS.
Originally Posted by SDPhantom View Post
It really comes down to programming style and system overhead. It's all a tradeoff between ease of writing code and running lightweight. It's like comparing ANSI C and VBasic.

When you place one layer of abstraction on top of another, you increase the overhead cost of running code. While this would be an interesting project using the standalone interpreter, it's a completely different situation implementing this in an environment where performance is critical.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote