Coder Social home page Coder Social logo

Comments (5)

tv42 avatar tv42 commented on July 23, 2024

Also, I think the vtable pointer should point to e.g. <i32 as Display>, not just to the ::fmt method.

from comprehensive-rust.

QuineDot avatar QuineDot commented on July 23, 2024

The layout of wide pointers (or references) isn't guaranteed generally, nor guaranteed to be the same between different types. That is, they're not guaranteed to be consistent. (The order of Vecs fields isn't guaranteed either.)

The vtable holds other omitted things too; perhaps just note this is meant to give the general idea.

from comprehensive-rust.

tv42 avatar tv42 commented on July 23, 2024

If you don't want to imply a specific memory layout, maybe move the diagram away from showing things as "little arrays" and e.g. use labeled fields as origins of the arrows.

from comprehensive-rust.

mgeisler avatar mgeisler commented on July 23, 2024

Hi @tv42 and @QuineDot,

It seems the diagram here draws one object as (instance, vtable) and the second as (vtable, instance).

That is certainly not on purpuse, thanks for catching this 😄. Would you care to submit a PR to make the arrow consistent?

The vtable holds other omitted things too; perhaps just note this is meant to give the general idea.

Yes! This is meant to be very "symbolic". The diagram just gives me something to point to during class and I hope it can help convey a useful mental model to the students.

move the diagram away from showing things as "little arrays" and e.g. use labeled fields as origins of the arrows.

It's very tricky to draw nice diagrams which are both correct and informative. Here, I tried to convey that the Vec<Box<dyn Display>> contains

  1. Double-width pointers, e.g., the two o o things inside the vector element boxes
  2. One pointer is to data
  3. The other pointer is to code

I considered adding more i32 or &str elements so that I could show that the pointers to the code is the same for those elements. However, I think the diagram is already quite busy so I shied away from that idea again. But it's something I would point out during class while showing the diagram.

I would be happy to hear if there are other points about trait objects which we can illustrate with these diagrams.

from comprehensive-rust.

mgeisler avatar mgeisler commented on July 23, 2024

This got fixed in #169.

from comprehensive-rust.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.