Page Not Found

We could not find the page you have requested.
Insomniac Games :: R&D
Insomniac Games - Page Not Found
  • Games
  • Careers
  • Community
  • Blogcast
  • About
  • Join the Insomniac Community Now
    • Already a Member? Login

Page Not Found

We could not find the page you have requested.

Dynamic SPU Code

8/2/07 - 12:00 PST - Posted by Mike Acton, Engine Director

When Eric Christensen and I were at Georgia Tech, one of the big points we'd made was that on the SPUs, "Code is just data." There's nothing special about it and really no reason at all why you shouldn't just be dynamically uploading the code you need to transform the data right along with the data. Using the OS provided system for launching SPUs and SPU code may carry too much overhead though. And sometimes dynamic code loading libraries are just over-complicated. So we've written up a little document to give those of you that want to dynamically load SPU fragments a really straightforward and simple way to do just that.

Download TXT File