Login or Register

Offload™ 2.5.0

If you would like to view the latest changelog for Offload™ 2.5.0, you can click here.

View Offload™ Changelog

Feature Packed

Offload™ is literally busting with ground-breaking and exciting features to help you quickly and easily accelerate game performance. Updated regularly, Offloads features are becoming more powerful than ever before, something that is reflected in the number of companies now using Offload™.

Top Features

  • Simplifies SPU Programming

    Just wrap a section of code with an offload block and that code runs on the SPU!

  • Highly Optimized SPU Code

    The Offload compiler applies a large number of general and very specific optimizations to generate the fastest possible SPU code.

  • Call PPU Virtuals from SPU

    Virtual methods on the PPU can easily be called from the SPU without changes to the calling code.

  • Easily Access PPU variables

    PPU variables are transparently accessed from SPU through software cache or DMA.

  • Type Safety

    Pointers to PPU memory and SPU memory are distinct types and the compiler makes sure to access either memory correctly.

  • Compiler Performance Warnings

    Compilers highlights performance bottlenecks such as slow PPU memory accesses.

Full Feature List

  • Simplifies SPU Programming

  • Highly Optimized SPU Code

  • Call PPU Virtuals from SPU

  • Easily Access PPU variables

  • Type Safety

  • Compiler Performance Warnings

  • Turbo Memcpy

  • Fast Software Cache

  • Safe Compile Time Patching

  • Call Graph Duplication