diff options
Diffstat (limited to 'mojo/public/cpp/bindings/lib/TODO')
-rw-r--r-- | mojo/public/cpp/bindings/lib/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mojo/public/cpp/bindings/lib/TODO b/mojo/public/cpp/bindings/lib/TODO new file mode 100644 index 0000000..318edcf --- /dev/null +++ b/mojo/public/cpp/bindings/lib/TODO @@ -0,0 +1,7 @@ +TODOs: + - Ensure validation checks are solid + - Add tests of validation logic + - Optimize Buffer classes? + - Make "Clone" method public? + - Add compile-time asserts to verify object packing and padding. + - Investigate making arrays of objects not be arrays of pointers. |