Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6633989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T22:52:39+00:00 2026-05-25T22:52:39+00:00

If you can definitely prove that a method has no linearization points, does it

  • 0

If you can definitely prove that a method has no linearization points, does it necessarily mean that that method is not linearizable? Also, as a sub question, how can you prove that a method has no linearization points?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T22:52:40+00:00Added an answer on May 25, 2026 at 10:52 pm
    If you can definitely prove that a method has no linearization points, does it necessarily 
    mean that that method is not linearizable? 

    Firstly, linearizability is not property of a method, it is property of execution sequence.

    how can you prove that a method has no linearization points?
    

    It depends on the execution sequence whether we are able to find linearization point for the method
    or not.

    For example, we have the below sequence, for thread A on a FIFO queue. t1, t2, t3 are time
    intervals.

    A.enq(1)   A.enq(2)   A.deq(1)
         t1          t2                t3

    We can choose linearization points(lp) for first two enq methods as any points in time interval t1 and t2 respectively, and for deq any point in t3. The points that we choose are lp for these methods.

    Now, consider a faulty implementation

    A.enq(1)   A.enq(2)    A.deq(2)
        t1           t2                 t3

    Linerizability allows lp to respect the real-time ordering. Therefore, lp of the methods should follow the time ordering i.e. t1 < t2 < t3. However, since our implementation is incorrect, we cannot clearly do this. Hence, we cannot find linearization point for the method A.deq(2), in turn our seq. too in not linerizable.

    Hope this helps, if you need to know more you can read this book:
    http://www.amazon.com/Art-Multiprocessor-Programming-Maurice-Herlihy/dp/0123705916

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Perhaps not directly programming related, but definitely product / commercially related. And I can't
Can a LINQ enabled app run on a machine that only has the .NET
I have heard several people claiming that you can not scale the JVM heap
While for the most part you can generate the same MSIL, there are definitely
Can somebody point me to a resource that explains how to go about having
I am writing a numerical program that should be somewhat fast, and is also
I definitely searched for this, but I can't find the answer, even though it
Can I treat the output of a Valgrind memcheck, "possibly lost" as "definitely lost"?
It has been my observation that if free( ptr ) is called where ptr
Is it possible? That is, can I do something like this, which doesn't work...

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.