Status: New
Owner: ----

New issue 1179 by [email protected]: use multiprocessor effectively, make parallel computing to serial
http://code.google.com/p/v8/issues/detail?id=1179

its been a while, but when a single process javascript application uses only one processor. as far as that application is concerned, that single processor is used 100% by that certain single threaded application. whether its 2ghz or 3ghz, the processor timing is 100% to that certain one processor core. nowadays multiple processors are included in the cellphones and netbooks, why not develop something that will add up all the processors to that system and work as one giant processor, for example, 2x 2.66 ghz, will add up those processors = 5.32 ghz and one single threaded application will effectively uses that 5.32 ghz and will definitely speed things up. you can also include the video card processor to the pool but i think that will follow.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to